/**************************************/
/*************[公用start]**************/
/**************************************/

body{
	background-color:#f0f0f0; 
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-0{
	border-bottom: 1px solid #e7e7e9;
	background-color: #fff;
}
.header-0-div{
	height:35px ;
	line-height: 35px;
	text-align: right;
	font-size: 12px;
	color: #666;
}



.header-1{
	height:100px;
	background-color: #fff;
}

.logo{
	width: 405px;
	margin-top: 7px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-a{
	margin-top: 23px;
}
.header-1-a1{
	margin-left: 20px;

}
.header-1-a2{
	margin-left: 20px;

}
.header-1-a3{
	margin-left: 35px;

}
.header-1-a a{
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	width: 58px;
}

.header-1-a a img{
	display: block;
	margin:0 auto 7px;
}
.header-1-a a:hover{
	color: #ca332c;
}



.search{
	width: 287px;
	height: 45px;
	border:1px solid #c61000;
	position: relative;
	padding-left: 11px;
	padding-top: 1px;
	padding-right: 55px;
	margin-top: 28px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	background-color:transparent;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 44px;
}

.nav-wp{
	position: relative;
	background-color:#ca332c;

	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.111111111%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;

}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0px;
}
.nav>ul>li>a{
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#b5302a;

}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #ca332c;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #b5302a;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 345px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}

/*.fafa .flex-control-paging li a{
	width: 17px;
	height: 17px;
	transition: .3s;
}

.fafa .flex-control-paging li a.flex-active{
	width: 47px;
}
.fafa .flex-control-nav li{
	margin:0 14px;
}
.fafa .flex-control-nav{
	bottom: 34px;
}*/



.piaoImg{
	position: absolute;
}

.piaoImg1{
	width: 1135px!important;
	left: 50%;
	margin-left: -567px;
	top: 106px;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}


.piaoImg2{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 113px;
}


.piaoImg2-1{
	width: 841px!important;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}

.piaoImg2-2{
	width: 675px!important;
	margin-left: auto;
	margin-top: 19px;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}



.piaoImg3{
	width: 970px!important;
	left: 50%;
	margin-left: -485px;
	top: 0;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}




.piaoImg4{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 149px;
}


.piaoImg4-1{
	/*width: 312px!important;*/
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}

.piaoImg5{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 149px;
}


.piaoImg5-1{
	width: 429px!important;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}

.piaoImg6{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 149px;
}


.piaoImg6-1{
	width: 939px!important;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}


.fafa .slides>li.flex-active-slide .piaoImg1{
	-webkit-animation-name: fadeInDown1;
  	animation-name: fadeInDown1;
}

.fafa .slides>li.flex-active-slide .piaoImg2-1{
	-webkit-animation-name: fadeInDown1;
  	animation-name: fadeInDown1;
}

.fafa .slides>li.flex-active-slide .piaoImg2-2{
	-webkit-animation-name: fadeInUp1;
  	animation-name: fadeInUp1;
}

.fafa .slides>li.flex-active-slide .piaoImg3{
	-webkit-animation-name: fadeInDown1;
  	animation-name: fadeInDown1;
}

.fafa .slides>li.flex-active-slide .piaoImg4-1{
	-webkit-animation-name: fadeInLeft1;
  	animation-name: fadeInLeft1;
}
.fafa .slides>li.flex-active-slide .piaoImg5-1{
	-webkit-animation-name: fadeInLeft1;
  	animation-name: fadeInLeft1;
}
.fafa .slides>li.flex-active-slide .piaoImg6-1{
	-webkit-animation-name: fadeInLeft1;
  	animation-name: fadeInLeft1;
}
@-webkit-keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}




@-webkit-keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



@-webkit-keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}





















.main-wp{
	padding: 2px 0 40px;
}

.main{
	background-color: #fff;
	padding: 25px 20px 40px;
}

.main0-left{
	width: 180px;
	height: 76px;
	background-color: #ca332c;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 20px;
	padding-left: 17px;
}
.main0-left h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}

.main0-left h2{
	margin:0;
	font-size: 12px;
	font-family: "Arial";
	text-transform: uppercase;
	opacity: 0.6;
	color: #fff;
	margin-top: 8px;
}
.main0{
	position: relative;
	padding-left:213px ;
	height: 76px;
}
.main0-right{
	padding-top: 10px;
}



.fmain0 .flex-direction-nav{
	position: absolute;
	width: 21px ;
	height: 10px;
	left: -67px;
	top: 24px;
}
.fmain0 .flex-direction-nav a{
	width: 6px;
	height: 10px;
	margin-top: 0;
	top: 0;
}
.fmain0 .flex-direction-nav a.flex-next{
	right: 0;
}
.fmain0 .flex-direction-nav a.flex-prev{
	left: 0;
}

.fmain0 h1{
	margin:0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ca332c;
	padding: 0 30px;
}
.fmain0 p{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 12px;
}

.mm30{
	margin-top: 30px;
}
.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.jpg);
}
.title-11-2{
	background-image: none;
	border:1px solid #e0e0e0;
	border-top: 3px solid #c61000;
	padding: 0	13px;
}
.title-11 span{
	height:42px;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 0	15px;
}
.title-11 span+span{
	margin-left: 15px;
}

.title-11-hua.title-11 span{
	cursor: pointer;
}



.title-11 span.cur{
	border-bottom: 2px solid #c61000;
	color: #c61000;
}


.title-11-2 span.cur{
	border-bottom: 0;
	color: #c61000;
	height: 38px;
	line-height: 38px;
	padding: 0;
}





.title-11 a.fr{
	font-size: 12px;
	color: #999;
	display: none;
	margin-top: 12px;
}
.title-11-2 a.fr{
	margin-top: 10px;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	color: #c61000;
}

.list01-wp .list01{display: none;}
.list01-wp .list01:first-child{display: block;}


.list01-wp .list02{display: none;}
.list01-wp .list02:first-child{display: block;}

.list01-wp-bor{
	border:1px solid #e0e0e0;
	border-top: 0;
	padding: 0 13px 13px;
}

.list01{
	padding-top: 13px;
}
.list01 dl{
	margin:0;
}

.list01 dd{
	margin-top: 13px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:18px;
  overflow: hidden;
	position: relative;
	padding-right:60px;
	height: 22px;
	line-height: 22px;
}

.list01 dd:first-child{
	margin-top: 0!important;
}


.list01 dd a{
	font-size: 16px;
	color:#333;
}
.list01 dd span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 dd a:hover{
	color:#c61000;
}



.list02 dl{
	margin:0;
}

.list02 dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:18px;
  overflow: hidden;
	position: relative;
	padding-right:60px;
	border-bottom: 1px dashed #e4e4e4;
	height: 46px;
	line-height: 45px;
}



.list02 dd a{
	font-size: 16px;
	color:#333;
}
.list02 dd span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list02 dd a:hover{
	color:#c61000;
}

.tui{
	padding: 15px 0 12px;
}
.tui-pic{
	width: 150px;
	margin-right: 15px;
}
.tui-pic .imgbox_a{
	padding-bottom: 65.83%;
}

.tui-con{
	overflow: hidden;

}


.tui-con h1{
	margin:0;
	font-size: 16px;
	color: #c61000;
}


.tui-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin:10px 0 6px;
}




.tui-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;

}



.main3-list{
	padding: 0px 35px;	
	margin-top: 25px;
}


.main3-list .item .imgbox_a{
	padding-bottom: 22.857%;
}


.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -27px;
    width: 23px;
    height: 55px;
    background-image: url(../images/left.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -27px;
    width: 23px;
    height: 55px;
    background-image: url(../images/right.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}





.main5-div{
	background-color:#f3f3f3; 
}

.title-22{
	width: 54px;
	height: 230px;
	text-align: center;
	background-image: url(../images/title-22.png);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 67px 15px 0;
}

.main5-list-wp{
	overflow: hidden;
	padding: 30px 20px 0;
}

.main5-dl{
	font-size: 0;
	line-height: normal;
	height: 166px;
}

.main5-dd{
	display: inline-block;
	width: 204px;
	margin-right: 13px;
}

.main5-pic .imgbox_a{
	padding-bottom: 66.1765%;
}


.main5-dd h1{
	margin:0;
	text-align: center;
	font-size: 15px;
	color: #333;
	margin-top: 15px;
}
.main5-dd:hover h1{
	color: #c61000;
}

.main1-1-div{
	border:1px solid #eaeaea;
	padding: 11px;
}




.fefe .slides>li>a.imgbox_a{
	padding-bottom: 66.474%;
}

.fefe .slides>li>a.imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	line-height: 45px;
	background-image: url(../images/heidi.png);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0	25px;
	z-index: 15;
}

.fefe .flex-control-thumbs{
	margin-top: 0;
}

.fefe .flex-control-thumbs li:first-child{
	margin-left: 0%;
}
.fefe .flex-control-thumbs li{
	float: left;
	width: 32.333333%;
	margin-left: 1.5%;
	margin-top: 15px;
	padding-bottom: 22.3%;
	position: relative;
}

.fefe .flex-control-thumbs li.cur::after{
	display: block;
}



.fefe .flex-control-thumbs li::after{
	background-image: url(../images/jiao1.jpg);
	position: absolute;
	width: 22px;height: 9px;
	left: 50%;
	margin-left: -11px;
	top: -9px;
	content:"";
	display: none;
}






.fefe .flex-control-thumbs li img{

	opacity: 1;
	filter:Alpha(opacity=100);
	border:4px solid #fff;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.fefe  .flex-control-thumbs .flex-active{
	border:4px solid #c61000;
}



.fefe2 .slides>li>a.imgbox_a{
	padding-bottom: 66.474%;
}

.fefe2 .slides>li>a.imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	line-height: 45px;
	background-image: url(../images/heidi.png);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0	25px;
	z-index: 15;
}

.fefe2 .flex-control-thumbs{
	margin-top: 0;
}

.fefe2 .flex-control-thumbs li:first-child{
	margin-left: 0%;
}
.fefe2 .flex-control-thumbs li{
	float: left;
	width: 32.333333%;
	margin-left: 1.5%;
	margin-top: 15px;
	padding-bottom: 22.3%;
	position: relative;
}

.fefe2 .flex-control-thumbs li.cur::after{
	display: block;
}



.fefe2 .flex-control-thumbs li::after{
	background-image: url(../images/jiao1.jpg);
	position: absolute;
	width: 22px;height: 9px;
	left: 50%;
	margin-left: -11px;
	top: -9px;
	content:"";
	display: none;
}






.fefe2 .flex-control-thumbs li img{

	opacity: 1;
	filter:Alpha(opacity=100);
	border:4px solid #fff;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.fefe2  .flex-control-thumbs .flex-active{
	border:4px solid #c61000;
}


















.main2-3-div{
	padding-top: 23px;
}


.main2-3-div .fefe .slides>li>a.imgbox_a h1{background-image: none;}


.bo-wp{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi3.png);
	z-index: 80;
}

.bo{
	position: absolute;
	left: 50%;
	margin-left: -25px;width: 50px;
	top: 50%;
	margin-top:-25px;
}

.bo img{
	display: block;
	width: 100%;
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

.footer-2{
	background-color: #343336;
	padding: 55px 0 45px;

}



.er{
	width: 103px;
	margin-left: 30px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}


.foo-con{
	overflow: hidden;
}

.youq span{
	font-size: 16px;
	color:#fff;
	line-height: 34px;
	height: 34px;
	width: 90px;
}

.footer-1{
	background-color: #fff;
	padding: 22px  0;
}


.footer-1-dl dl{
	margin:0;
	margin-left:-5%;
}
.footer-1-dl dd{
	float: left;
	width: 28.333333%;
	margin-left:5%;
}

.footer-1-dl dd span{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	margin-right: 15px;
}
.foo1-con{
	overflow: hidden;
}
.foo1-con select{
	border-radius: 0;
}

.foo-p{
	font-size: 14px;
	color:#9c9ca2;
	line-height: 2.2;
	margin-top: 30px;
}

.foo-p span
{padding-left: 15px;}
.foo-p span a:hover{
	color: #fff;
}

.foo-nav{
	font-size: 16px;
	color: #f0f0f1;
}
.foo-nav a:hover{
	color: #fff;
}
/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 270px;
   margin-left: 15px;
   margin-top: 10px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
    height: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 30px 0;
}

.menu{
	width: 240px;
	margin-right: 30px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #ca332c;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	height: auto;
	line-height: 48px;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #fff;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.menu li a:hover,.menu li.active a{
	background-color: #ca332c;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 22px;
    border-bottom: 1px solid #ca332c;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #ca332c;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#ca332c;
}
.mianbaoxie span{
    color:#ca332c;
}

.erji-content{
    width: 930px;
    float: right;
    padding: 25px;
    background-color: #fff;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#ca332c;
}
.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con video{
	display: block;
	width:100%!important;
	height:450px!important;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#ca332c;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#ca332c;
}

.tzgg{
	margin-top:23px;
}

.tzgg-a a{
	display: block;
	width: 47.3%;
	background-color: #f3f3f3;
	padding: 33px 0 25px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.tzgg-a a img{
	display: block;
	width: 44px;
	margin:0 auto 13px;
}
.tzgg-a a:hover{
	color: #c61000;
}






.main6 .list01 dd{
	margin-top: 10px;
}

.tzgg{
	background-color: #f3f3f3;
	margin-top: 15px;
	padding: 20px;
}

.tzgg h1{
	margin:0;
	font-size: 18px;
	color: #c61000;
	font-weight: bold;
}

.tzgg dl{
	margin:0;
	padding-top: 7px;
}

.tzgg dd{
	font-size: 15px;
	color: #333;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
	margin-top: 10px;
}











div.message {
    max-width: 700px;
    margin: 0px auto 40px;
    padding-top: 25px;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
}

div.message-con {
    position: relative;
}

div.message-shuru {
    margin-top: 18px;
}

div.message-shuru span {
    float: left;
    font-size: 14px;
    width: 138px;
    height: 42px;
    line-height: 42px;
    text-align: right;
}

div.message-shuru input {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #f0f6fc;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    margin-left: 16px;
    width: 260px;
    max-width: 260px;
    border: 1px solid #dbe3ea;
}

div.message-shuru select {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #f0f6fc;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    margin-left: 16px;
    width: 260px;
    max-width: 260px;
    border: 1px solid #dbe3ea;
}

div.message-shuru b {
    float: left;
    color: #f00;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
}

div.message-shuru textarea {
    height: 180px;
    outline: none;
    resize: none;
    border: 0;
    background-color: #f0f6fc;
    float: left;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    margin-left: 16px;
    width: 490px;
    max-width: 490px;
    border: 1px solid #dbe3ea;
    padding: 10px;
}

div.message-tishi {
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

div.message-sub {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

div.message-sub input {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #c61000;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 126px;
    max-width: 126px;
}

@media only screen and (max-width: 700px) {
    div.message-shuru textarea {
        width: 60%;
    }
    div.message{
    	padding-top: 15px;
    	margin-bottom: 15px;
    }
}

@media only screen and (max-width: 580px) {
    div.register {
        width: 90%;
        margin: 200px 5% 100px;
    }

    div.message-shuru {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div.message-shuru span {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    div.message-shuru input {
        float: none;
        padding-left: 1%;
        width: 70%;
        max-width: 70%;
        margin-left: 0;
    }

    div.message-shuru select {
        float: none;
        padding-left: 1%;
        width: 70%;
        max-width: 70%;
        margin-left: 0;
    }

    div.message-shuru b {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
        padding-left: 0;
    }

    div.message-sub input {
    }

    div.message-shuru textarea {
        float: none;
        width: 69%;
        max-width: 69%;
        margin-left: 0;
        padding: 1%;
    }
}